all files / src/ invalid-date-exception.ts

80% Statements 4/5
0% Branches 0/2
50% Functions 1/2
100% Lines 3/3
1 2 3 41× 1× 1×  
export class InvalidDateException {
    constructor(public message: string | null = null) { }
}